home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / PaperCut Quota 6.1 / pc-setup.exe / {app} / WebAdmin / includes / lang_es.inc < prev    next >
Text File  |  2005-10-17  |  22KB  |  417 lines

  1. <%
  2. ' (c) Copyright 1999-2004 PaperCut Software Pty. Ltd.
  3. '
  4. ' Spanish Translation
  5. '
  6. ' Contributed by Alberto JimΘnez Molero (ajimenezm@isenergia.com) from Instituto Superior de la Energφa
  7.  
  8. ' To translate the PaperCut Web tools follow these steps:
  9. '
  10. ' 1. Copy "includes\lang_en.inc" to a new file name appropriate for your language.
  11. '    (e.g.  lang_<languageCode>.inc). You can see a list  of 2 letter language codes
  12. '    here: http://www.w3.org/WAI/ER/IG/ert/iso639.htm#2letter
  13. '
  14. ' 2. Open the file "includes\PCCommon.inc" and add your language code to the list near the top of
  15. '    the file that looks like:
  16. '
  17. '        garrValidLangs = Array("en", "es", "it")
  18. '
  19. ' 3. In "includes\PCCommon.inc", include your language file below the list that looks like this:
  20. '
  21. '        <!-- #include file="lang_it.inc" -->
  22. '        <!-- #include file="lang_es.inc" -->
  23. '
  24. ' 4. Modify the line at the top of your language file that looks like the following, to have use the
  25. '    the correct language code.
  26. '
  27. '        If IsActiveLanguage("en") Then
  28. '
  29. ' 5. Translate the "SetText" lines below.  For example, change:
  30. '
  31. '        SetText "Pages",     "Pages"
  32. '
  33. '     to
  34. '
  35. '        SetText "Pages",     "Pagine"
  36. '
  37. '
  38. ' 6. Refresh your web browser, and you should see your translations. If not, PaperCut could not
  39. '    detect your default language.  To force your language to be used add the line to the bottom
  40. '    of the "Config.inc" file (and change the language code to your language).
  41. '
  42. '        SetActiveLanguage("en")
  43. '
  44. ' 7. Translate the text below which will be used on a simple page on our web site for speakers of
  45. '    your language.  You and your organisation will receive acknowledgement of your contribution.
  46. '    See here for a sample of what the web page will look like: http://www.papercut.biz/lang/english.htm
  47. '
  48. ' 8. Send your translation file to support@papercut.biz, so other can make use of your translation
  49. '
  50. ' ================== START OF TEXT FOR WEB SITE ==================
  51.  
  52. 'PaperCut is the leading solution for print and internet resource management. PaperCut is now charging
  53. 'over a million users in more than 60 countries worldwide.
  54.  
  55. 'PaperCut is a print and internet charging, quota and monitoring system for Windows networks. It was
  56. 'specifically developed to meet the need in schools and Universities to promote the responsible use of
  57. 'IT resources. It also has applications in business where there is a need to implement a user-pays system
  58. 'or silent monitoring.
  59.  
  60. 'Install options include:
  61.  
  62. '    * Combined print and internet charging
  63. '    * Print charging and monitoring only
  64. '    * Internet charging and monitoring only
  65.  
  66. 'A 40-day unrestricted Trial Version is available for download.
  67.  
  68. 'Although PaperCut is not fully translated into [insert language], the PaperCut web tools have been translated.
  69. 'The PaperCut web tools provide features for both your administrators and users.
  70. '
  71. 'Thanks to [insert name] from [insert organization] for contributing the PaperCut web tools translation.
  72. '
  73. ' ================== END OF TEXT FOR WEB SITE ==================
  74.  
  75. If IsActiveLanguage("es") Then
  76.  
  77.     ' The charset used for the webpages
  78.     SetText "charset",                 "windows-1252"
  79.     
  80.     ' Header/Footer
  81.     SetText "WebTools",             "Web Tools"
  82.     SetText "LoggedInAs",           "Usuario"
  83.     SetText "LicensedTo",           "Licenciado a"
  84.     SetText "PoweredBy",            "Desarrollado por %0%"
  85.     SetText "RightsReserved",       "Todos los derechos reservados."
  86.     SetText "PaperCutTrial",        "PaperCut versi≤n Demo"
  87.     SetText "TrialExpired",         "Periodo Demo Expirado"
  88.     SetText "TrialDaysRemaining",   "Quedan %0% dias"
  89.     SetText "NotLoggedIn",          "(Usuario no validado)"
  90.     
  91.     SetText "MyDetails",            "Mis detalles"
  92.     SetText "MySummary",            "Mi Cuenta"
  93.     SetText "UseTopUpCard",         "Uso TopUp Card"
  94.     SetText "MyPrintJobs",          "Mis trabajos impresos"
  95.     SetText "MyNetUsage",           "Mis usos de red"
  96.     SetText "MyTransactions",       "Mis Transacciones"
  97.     SetText "TransferFunds",        "Transferencia de Fondos"
  98.     
  99.     SetText "UpdateCheck",          "Check For Updates"
  100.     
  101.     SetText "Admin",                 "Admin"
  102.     SetText "AdminHome",             "Men· Admin"
  103.     SetText "UserList",              "Lista de usuario"
  104.     SetText "UserDetails",           "Detalles usuario"
  105.     SetText "RecentPrintJobs",       "┌ltimos trabajos impresos"
  106.     SetText "PrintJobs",             "Trabajos impresos"
  107.     SetText "RecentNetUsage",        "Uso reciente de red"
  108.     SetText "NetUsage",              "Uso de red"
  109.     SetText "TransactionHistory",    "Hist≤rico de Transacciones"
  110.     
  111.     SetText "RecentPrintLogsBy",     "Registro de trabajos impresos por '%0%'"
  112.     SetText "RecentTransactions",    "┌ltimas Transacciones"
  113.     SetText "RecentTransactionsFor", "┌ltimas Transacciones para '%0%'"
  114.     SetText "RecentNetUsageBy",      "┌ltimo uso de red por '%0%'"
  115.     SetText "TimeUsed",              "Tiempo usado"
  116.     SetText "DataUsed",              "Trafφco usado"
  117.     
  118.     
  119.     ' Field/Column names
  120.     SetText "Username",              "Usuario"
  121.     SetText "Credit",                "CrΘdito"
  122.     SetText "PagesPrinted",          "Pßginas Impresas"
  123.     SetText "NetDataUsed",           "Datos de red utilizado"
  124.     SetText "NetTimeUsed",           "Tiempo de red utilizado"
  125.     SetText "Privilege",             "Privilegios"
  126.     SetText "QuickAdd",              "A±ade rßpidamente"
  127.     SetText "QuickAdjust",          "Quick Adjustment"
  128.     SetText "AdjustCredit",  "Adjust Credit:"
  129.     
  130.     SetText "Time",                  "Tiempo"
  131.     SetText "Date",                  "Fecha"
  132.     SetText "User",                  "Usuario"
  133.     SetText "Printer",               "Impresora"
  134.     SetText "Document",              "Documento"
  135.     SetText "Pages",                 "Pßginas"
  136.     SetText "Cost",                  "Coste"
  137.     SetText "Amount",                "Cantidad"
  138.     SetText "Comment",               "Comment"
  139.     SetText "CreditAfterTrans",      "CrΘdito despues de Trans."
  140.     SetText "Status",                "Estado"
  141.     SetText "TransactedBy",          "Transpasado por"
  142.     SetText "HoursAbbr",             "Hrs"
  143.     SetText "MBAbbr",                "MB"
  144.     
  145.     
  146.     SetText "Restricted",            "Restringido"
  147.     SetText "Unrestricted",          "Sin Restringir"
  148.     
  149.     ' Buttons/Actions
  150.     SetText "Save",                  "Guardar"
  151.     SetText "Search",                "Buscar"
  152.     SetText "AddOne",                "A±adir Uno"
  153.     SetText "AddFive",               "A±adir Cinco"
  154.     SetText "AddTen",                "A±adir Diez"
  155.     SetText "ApplyAdjustment",      "Apply"
  156.     SetText "JumpToUser",            "Ir al Usuario"
  157.     SetText "Next",                  "Siguiente"
  158.     SetText "Previous",              "Anterior"
  159.     SetText "ModifyUsersCredit",     "Modificar CrΘdito de %0%"
  160.     SetText "ModifyUserCredit",      "Modificar CrΘdito Usuario"
  161.     SetText "ViewUserLogs",          "Ver %0%'s logs"
  162.     'SetText "ViewUserTrans",        "View %0%'s transactions"  
  163.     SetText "ViewPrintLog",          "Ver log impresora"
  164.     SetText "ViewNetUsage",          "Ver uso de Red"
  165.     
  166.     'Usage Reports
  167.     SetText "QuickReports",          "Quick Reports"
  168.     SetText "AdhocReports",          "Adhoc Reports"
  169.     SetText "ReportName",            "Report Name"
  170.     SetText "Description",           "Description"
  171.  
  172.     SetText "UsageType",             "Usage type"
  173.     SetText "ReportType",            "Report type"
  174.     SetText "Detailed",              "Detailed logs"
  175.     SetText "SummaryByUser",         "Summary by user"
  176.     SetText "SummaryByPrinter",      "Summary by printer"
  177.     SetText "Period",                "Period"
  178.     SetText "SortBy",                "Sort By"
  179.     SetText "PrintStatus",           "Print Status"
  180.     SetText "TotalCost",             "Total cost"
  181.     SetText "PrinterName",           "Printer name"
  182.     SetText "PagesPerJob",           "Average pages per job"
  183.     SetText "RunReport",             "Run Report"
  184.     SetText "RunReportExcel",        "Export to Excel"
  185.     SetText "ReportFilters",         "Report Filters"
  186.     SetText "ReportSortOrder",       "Report Sort Order"
  187.  
  188.     'Printer Status Selection
  189.     SetText "Printed",              "Printed"
  190.     SetText "Denied",               "Denied"
  191.     SetText "Cancelled",                "Cancelled"
  192.     SetText "Refunded",             "Refunded"
  193.     SetText "CancelledWithNoRefund",    "Cancelled with no refund"
  194.     SetText "AllDocuments",         "All Documents"
  195.  
  196.     SetText "ReportsNoNetCharging",  "Unable to run Internet usage report.  Net Charging is not installed."
  197.  
  198.     SetText "PeriodToday",            "Today"
  199.     SetText "PeriodYesterday",      "Yesterday"
  200.     SetText "PeriodLast24Hours",    "Last 24 hours"
  201.     SetText "PeriodWeek",             "Last 7 days"
  202.     SetText "PeriodMonth",            "Last 30 days"
  203.     SetText "Period3Months",          "Last 3 months"
  204.     SetText "Period6Months",          "Last 6 months"
  205.     SetText "PeriodAll",              "All Data"
  206.  
  207.     SetText "HideReportParameters",   "Hide Report Parameters"
  208.     SetText "ShowReportParameters",   "Show Report Parameters"
  209.  
  210.     SetText "PrintReports",           "Print Usage Reports"
  211.     SetText "NetReports",             "Internet Usage Reports"
  212.  
  213.     SetText "TopPrintUsersJobs",      "Top Print Users (Print Jobs)"
  214.     SetText "TopPrintUsersJobsDesc",  "Lists the top print users by number of print jobs over the past 30 days"
  215.     SetText "TopPrintUsersPages",     "Top Print Users (Pages Printed)"
  216.     SetText "TopPrintUsersPagesDesc", "Lists the top print users by number of pages printed over the past 30 days"
  217.     SetText "BusiestPrintersJobs",    "Busiest Printers (Print Jobs)"
  218.     SetText "BusiestPrintersJobsDesc","Lists the busiest printers by number of print jobs over the past 30 days"
  219.     SetText "BusiestPrintersPages",   "Busiest Printers (Pages Printed)"
  220.     SetText "BusiestPrintersPagesDesc","Lists the busiest printers by number of pages printed over the past 30 days"
  221.     SetText "PrintJobsExpensive",     "Most Expensive Print Jobs"
  222.     SetText "PrintJobsExpensiveDesc", "Lists the most expensive print jobs over the past 30 days"
  223.     SetText "PrintJobsBiggest",       "Largest Print Jobs"
  224.     SetText "PrintJobsBiggestDesc",   "Lists that print jobs with the most number of pages over the past 30 days"
  225.     SetText "PrintJobsBiggestDesc","Lists that print jobs with the most number of pages over the past 30 days"
  226.     SetText "CancelledAndNotRefundedJobs","Cancelled Print Jobs Not Refunded"
  227.     SetText "CancelledAndNotRefundedJobsDesc","A list of print jobs manually cancelled but not refunded as they had fully or partially printed"
  228.  
  229.     SetText "TopNetUsersData",        "Top Internet Users (Data)"
  230.     SetText "TopNetUsersDataDesc",    "Lists the top Internet users by data downloaded over the past 30 days"
  231.     SetText "TopNetUsersTime",        "Top Internet Users (Time)"
  232.     SetText "TopNetUsersTimeDesc",    "Lists the top Internet users by time used over the past 30 days"
  233.     SetText "NetHighestDailyUseData", "Highest Daily Internet Use (Data)"
  234.     SetText "NetHighestDailyUseDataDesc","Lists the users with the highest amount of data used in a day, over the past 30 days"
  235.     SetText "NetHighestDailyUseTime", "Highest Daily Internet Use (Time)"
  236.     SetText "NetHighestDailyUseTimeDesc","Lists the users with the highest amount of time used in a day, over the past 30 days"
  237.     SetText "AdhocReportsDesc",       "Allows you to create customized print or internet usage reports that can be displayed on screen or exported to Excel"
  238.  
  239.  
  240.  
  241.     SetText "ResultsNoData",          "No data matches your report parameters"
  242.  
  243.     'TopUp Cards
  244.     SetText "TopUpCardInstr",         "Introducir el n·mero de TopUp Card y presionar el bot≤n ""Use TopUp Card""."
  245.     SetText "TopUpCardInstrNote",     "NOTA: Se registrarßn todas las peticiones de uso de TopUp cards."
  246.     SetText "CardNumber",             "N·mero de Tarjeta"        
  247.     
  248.     SetText "TopUpSuccess",           "TopUp card aplicada correctamente."
  249.     SetText "ActionLogged",           "Esta acci≤n ha sido registrada"
  250.     SetText "ErrorTUCExpired",        "TopUp Card ha expirado."
  251.     SetText "ErrorTUCInvalid",        "N·mero no valido de TopUp Card."
  252.     SetText "ErrorTUCUnableToProcess","Imposible Procesar TopUp card"
  253.     
  254.     ' Transfer
  255.     SetText "TransferFrom",           "Transferido de"
  256.     SetText "AvailableFunds",         "Disponoble funds"
  257.     SetText "AmountToTransfer",       "Cantidad a transferir"
  258.     SetText "TransferToUser",         "Transferir al usuario"
  259.     SetText "Transfer",               "Transferido"
  260.     SetText    "TransferApplied",     "Transferencia realizada."
  261.     SetText "ErrorTransUser",         "El usuario a quien ha transferido fondos no existe."
  262.     SetText "ErrorTransCredit",       "No tiene crΘdito suficiente para transferir esta cantidad."
  263.     SetText "ErrorTransInvAmount",    "Cantidad no valida."
  264.     SetText    "UnableToTransfer",    "Unable to transfer funds."
  265.  
  266.     ' Other Charges
  267.     SetText    "OtherCharges",        "Other Charges"
  268.     SetText    "UserToCharge",        "User to charge"
  269.     SetText    "ChargeUser",          "Charge User"
  270.     SetText    "UnableToCharge",      "Unable to charge user."
  271.     SetText    "ChargeApplied",       "Charge applied successfully."
  272.     SetText "ChargeType",             "Charge type"
  273.     SetText "AdditionalComment",      "Additional comment"
  274.     SetText "ChargeDiffUser",         "Charge different user"
  275.     SetText "AvailableCredit",        "Available Credit"
  276.  
  277.     ' Charge Types
  278.     SetText "ChargeTypeOther",         "Other charge"
  279.  
  280.     SetText "OtherChargeType0",        "Photo paper"
  281.     SetText "OtherChargeType1",        "Transparencies"
  282.     SetText "OtherChargeType2",        "Binding"
  283.     SetText "OtherChargeType3",        "Other special paper"
  284.     SetText "OtherChargeType4",        "Library fines"
  285.     SetText "OtherChargeType5",        "Late payment fees"
  286.     SetText "OtherChargeType6",        "Rental fees"
  287.  
  288.     'Refund
  289.     SetText "RefundSuccess",        "Refund successfully issued."
  290.     SetText "RefundFailure",        "Failed to refund print job."
  291.     SetText "Refund",               "Refund"
  292.     SetText "RefundConfirm",        "Refund user %0% with amount %1% ?"
  293.     SetText "RefundComment",        "Refunded print job"
  294.  
  295.     'Transacted By
  296.     SetText "TransByNetUse",           "Uso de red"
  297.     SetText "TransByPrintUse",         "Uso de impresi≤n"
  298.     SetText "TransByAutomatic",        "Automßtico"
  299.     SetText "TransByTransTo",          "Transferir a %0%"
  300.     SetText "TransByTransFrom",        "Transferido de %0%"
  301.     
  302.     ' Admin Home
  303.     SetText "Welcome",                 "Bienvenido"
  304.     SetText "AdminInstr",              "Bienvenido al Web de Administraci≤n de %0%. Tu puedes realizar la administraci≤n bßsica desde tu navegador, y ver los trabajos de impresi≤n recientes de tu servidor."
  305.     SetText "UserAdmin",               "Administraci≤n Usuario"
  306.     SetText "ViewRecentPrintJobs",     "Ver trabajos impresos recientemente en el servidor"
  307.     SetText "ViewRecentNetUsage",      "Ver uso reciente de red en el servidor"
  308.     SetText "ViewRecentTransLog",      "Ver registro de Transacciones en el servidor"
  309.     
  310.     ' Login page
  311.     SetText "Login",                "Login"
  312.     SetText "LoginInstructions",    "Enter your login username to log into the PaperCut web tools interface."
  313.     
  314.     ' Charges List
  315.     SetText "Advanced",             "Advanced"
  316.     SetText "ChargeRates",          "Charge Rates"
  317.     SetText "PrinterCosts",         "Printer Costs"
  318.     SetText "PageCost",             "Page Cost"
  319.     SetText "DuplexDiscount",       "Duplex Discount"
  320.     SetText "GrayscaleDiscount",    "Grayscale Discount"
  321.     SetText "Details",              "Details"
  322.     SetText "LargePaper",           "Large Paper"
  323.     SetText "VeryLargePaper",       "Very Large Paper"
  324.     
  325.     SetText "DefaultGrayscaleCost", "Default Grayscale Cost"
  326.     SetText "DefaultColorCost",     "Default Color Cost"
  327.     
  328.     SetText "Size",                 "Size"
  329.     SetText "ColorCost",            "Color Cost"
  330.     SetText "GrayscaleCost",        "Grayscale Cost"
  331.     
  332.     SetText "ExtraPerPage",         "extra per page"
  333.     SetText "LessPerPage",          "less per page"
  334.     SetText "Extra",                "extra"
  335.     SetText "Less",                 "less"
  336.     SetText "PerMetre2",            "per sq. metre"
  337.     SetText "PerFoot2",             "per sq. foot"
  338.     SetText "PerPage",              "per page"
  339.     
  340.     SetText "NetCosts",             "Internet Costs"
  341.     SetText "NetChargingType",      "Net Charging Model"
  342.     SetText "DataCost",             "%0% per MB"
  343.     SetText "TimeCost",             "%0% per %1% minute period"
  344.     
  345.     'Errors
  346.     SetText "ErrorUserNotLoggedIn" ,   "Usuario no validado. Necesita deshabilitar el acceso an≤nimo en el IIS."
  347.     SetText "AnonAccessDisabled",   "Anonymous access is disabled. If you want to allow anonymous user access, set gblnAllowAnonymousAccess = True value in Config.inc."
  348.     SetText "ErrorAnonAdminAccess", "Users authenticated using the 'anonymous' login form, are not allowed to access the Administration pages.  Change the permissions of the Admin ASP pages so that only Administrators can access these files."
  349.     SetText "ErrorCantFindUser",       "No puedo encontrar el usuario '%0%' en la base de datos de PaperCut."
  350.     SetText "ErrorUnexpectedError",    "Ha ocurrido un error inesperado. Contacte con el Administrador del Sistema."
  351.     SetText "ErrorDatabaseAccess",     "No tiene permisos suficientes para modificar la Base de Datos de PaperCut. Por favor, consulte el manual de usuario para ver las instrucciones de como configurar la seguridad y usar el Administrador Web."
  352.     
  353.     
  354.     'PaperCut Enterprise
  355.     SetText "Account",                "Cuenta"
  356.     SetText "AccountList",            "Lista de Cuentas"
  357.     SetText "AccountAdmin",           "Cuenta de Administraci≤n"
  358.     SetText "ChooseOption",           "Cambiar por una de las siguientes opciones."
  359.     
  360.     
  361.     SetText "AccountListInstr",       "Para editar una cuenta, seleccionar sobre la cuenta en la lista"
  362.     SetText "ClickToAddAcct",         "O seleccionar a±adir una cuenta"
  363.     
  364.     SetText "AccountDetailsInstrAdd", "Para a±adir una cuenta, rellene los datos y seleccione el bot≤n de Guardar"
  365.     SetText "ReturnWithoutAdd",       "Volver a la lista de usuarios sin a±adir la cuenta"
  366.     
  367.     SetText "AccountDetailsInstrEdit","Para editar una cuenta, cambie los detalles y seleccione el bot≤n Guardar"
  368.     SetText "DeleteThisAccount",      "Borrar esta cuenta"
  369.     SetText "ReturnWithoutEdit",      "Volver a la lista de usuarios sin guardar los cambios"
  370.     
  371.     SetText "ResetCounters",          "Borrar Contadores"
  372.     SetText "CounterStats",           "Estadφsticas del contador"
  373.     
  374.     SetText "ConfirmAcctDelete",      "┐Esta seguro de borrar esta cuenta?"
  375.     SetText "ConfirmResetCount",      "┐Esta seguro de borrar el contador para esta cuenta?"
  376.     
  377.     SetText "AcctIsActive",           "Cuenta Activa"
  378.     SetText "AcctJobsNonInvoice",     "Account jobs to be non invoiceable"
  379.     
  380.     SetText "Legend",                 "Leyenda"
  381.     SetText "MainAcct",               "Men· Cuentas"
  382.     SetText "ActiveAcct",             "Cuenta Activa"
  383.     SetText "InactiveAcct",           "Cuenta desactivada"
  384.     SetText "JobCommentsReq",         "Comentarios Requiridos"
  385.     SetText "JobCommentsOpt",         "Comentarios Opcionales"
  386.     
  387.     SetText "AccountDetails",         "Detalles de la Cuenta"
  388.     SetText "AcctType",               "Tipo de Cuenta"
  389.     SetText "AccountTitle",           "Titulo de la Cuenta"
  390.     SetText "Title",                  "Titulo"
  391.     SetText "AccountType",            "Tipo de cuenta"
  392.     SetText "SubAcctOf",              "Subcuenta de"
  393.     SetText "Notes",                  "Notas"
  394.     
  395.     SetText "AcctAdded",              "La cuenta ha sido agregada"
  396.     SetText "AcctSaved",              "La cuenta ha sido guardada"
  397.     SetText "CountReset",             "Los contadores han sido borrados"
  398.     
  399.     SetText "EntErrAcctDetails",      "Los siguientes problemas han sido encontrados en los detalles de la cuenta"
  400.     SetText "EntErrAcctAdd",          "Ha ocurrido un error mientras se a±adia la cuenta"
  401.     SetText "EntErrAcctSave",         "Ha ocurrido un error mientras se guardaba la cuenta"
  402.     SetText "EntErrAcctDelete",       "Ha ocurrido un error mientras se borraba la cuenta"
  403.     SetText "EntErrAcctTitle",        "El titulo de la cuenta ha sido guardado"
  404.     SetText "EntErrCountReset",       "Ha ocurrido un error mientras se borraban los contadores"
  405.     
  406.     
  407.     SetText "EntRedirMsg",            "Por favor espere mientras se carga la siguiente pßgina. Si no se carga en 5 segundos, seleccione el enlace."
  408.     SetText "ClickHereToCont",        "Seleccione aquφ para continuar"
  409.     
  410.     SetText "CommentsRequired",       "Comentarios requeridos"
  411.     SetText "CommentsNone",           "Sin comentarios para los trabajos impresos"
  412.     SetText "CommentsOpt",            "Comentarios opcionales para los trabajos impresos"
  413.     SetText "CommentsReq",            "Comentarios requeridos para los trabajos impresos"
  414.  
  415. End If
  416. %>
  417.